/*INICIO DE ESTILOS COATLICUE SEPTIEMBRE 2021 CEPE UNAM*/

/*Ejeciccios*/

body {
    /* Esther */
    background-color: #21074a;
    /*font-family: roboto;*/
}

/*ejercicios generales tamaño*/
.css-iframe-video {
    position: relative;
    width: 640px;
    height: 524px;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.css-iframe-palabras {
    width: 100%;
    height: 400px;
}

.h5p-interactive-video .h5p-video {
    width: 640px;
    position: relative;
}


/* inicio VIDEOS*/

.mediaelement {
    width: 640px !important;
    height: 480px !important;
}

.video-centrado .css-iframe-video {

    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.video-centrado {
    position: relative;
    left: 22%;
    width: 640px;
    overflow: hidden;
}

/*CSC: la siguiente clase le agrega un espacio abajo al viedeo de "En la sala mexica del museo" */
#mep_0 {
    margin-bottom: 30px !important;
}

/*Agrega un espacio entre el botón Transcripción y el video "Frente al Templo Mayor" */
	#ta91_108_2 > div.exe-text.video-centrado > iframe {
 	bottom: 15px !important;		
}

/*fin VIDEOS*/


#header h1,
#nodeDecoration h1 {
    margin-top: 3.2em;
    color: #909;
    font-weight: normal;
}

.iDeviceTitle {
    color: #00c;
    top: 3px;
}

/* CSC: checar si existe la siguiente clase */
.Device_header {
    background-color: gray;
}

/* CSC: la siguiente clase le quita el ancho de más a la pleca gris de los subtítulos azules, pero baja el primer subtítulo */
.iDevice_header {
    padding-top: 2px;
}

/* inicia CSC: las siguientes dos clases le quitan el espacio gris muy claro de arriba de la pleca gris de los subtítulos azules */
.iDevice {
    margin-bottom: 0px;
}

.iDevice.emphasis1 {
    margin-top: 0px;
}

/* termina CSC*/

.iDevice_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

#nav-toggler {
    display: none;
}

#topPagination {
    display: none;
}

#bottomPagination {
    display: none;
}

.iDevice_buttons input {
    position: relative;
    z-index: 1;
}

.feedbackbutton {
    left: 10px;
    bottom: 10px;
}

.score.js-feedback,
.feedback {
    font-weight: 600;
    color: #0066cc;
    text-decoration: none !important;
}

.score.js-feedback ul,
.feedback ul {
    font-weight: 10 !important;
    color: black !important;
}

.css-traduccion-txt.feedback.js-feedback {
    font-weight: normal;
    color: #333;
    text-decoration: none !important;
}


.iDevice_header {
    padding-bottom: 12px !important;
}

#main {
    padding: 0;
    margin: 0;
    top: 122px;
    position: relative;
}

.iDevice_inner {
    padding-left: 6%;
    padding-right: 6%;
}

.margenes {
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 20px;
}

.exe-text.margenes.exe-text2 {
    margin-left: 4%;
}

#nodeDecoration h1.linea {
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
}

#content {
    background-color: #fdfdfd;
    overflow: hidden;
    width: 1280px;
}

h1 {
    text-align: center;
}

#header h1,
#nodeDecoration h1 {
    text-align: center;
}

.iDeviceTitle {
    display: block;
}

#header,
#emptyHeader,
#nodeDecoration {
    font-size: 1.6em;
    line-height: 1.3;
}

.css-tit-secundario {
    font-size: .9em;
}

#header {
    height: 98px !important;
    min-height: 98px !important;
    background-color: #3c1663;
    margin-bottom: 20px;
    min-width: 1060px;
    position: relative;
}


.css-cont-head-lefth {
    position: absolute;
    left: 0;
    height: 98px;
    width: 31%;
    min-width: 400px;
    background-color: #ccccfe;
}

.css-cont-head-lefth::after {
    position: absolute;
    transform: rotate(45deg);
    right: -35px;
    top: 13px;
    content: "";
    width: 70px;
    height: 70px;
    background-color: #ccccfe;
}


.css-log-unam {
    position: absolute;
    color: #330066;
    width: 59px;
    left: 45px;
    font-size: 3em;
    height: 79px;
}

.css-tit-unam {
    position: absolute;
    font-family: roboto;
    font-size: 0.8em;
    color: #330162;
    width: 241px;
    text-align: center;
    left: 113px;
    top: 18px;
    height: 79px;
}

.css-tit {
    position: absolute;
    font-family: roboto;
    color: #ffffff;
    width: 40%;
    min-width: 580px;
    text-align: center;
    right: 10%;
    top: 10px;
    height: 80px;
}

.css-tit-principal {
    font-size: 1.3em;
    display: block;
}

css-tit-secundario {
    font-size: 1em;
}

#headerContent {
    display: none;
}


/*Barra de navegacion siteNav*/
#siteNav {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
}

.llegadaal #exe-sortableList-0-feedback > p {
    font-weight: bold;
    color: #0066cc;
}

/*Inicia dos columnas Todos los Personajes ESTHER_5_diciembre */
.exe-text2 {
    display: grid;
    grid-template-columns: 51% 49%;
    grid-template-rows: auto;
}

/*Termina dos columnas*/

.css-linea-der {
    padding-right: 50px;
    border-right: solid 2px #8189de;
}

.wrap {
    color: #222;
    font-size: 16px;
    /* inicia Dos columnas en imagen y texto ESTHER_5_diciembre*/
    display: grid;
    grid-template-columns: 50% 50%;
    place-items: center;
    margin: 20px 0px;
}

svg.clip-svg {
    width: 0;
    height: 0;
}

.clip-caption {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.clip-each {
    display: block;
    position: relative;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    -webkit-clip-path: url("#hexagon-clip");
    clip-path: url("#hexagon-clip");
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 auto;
}

.social-share-block {
    position: absolute;
    bottom: 20px;
    right: 75px;
    color: #fff;
    font-size: 70%;
    z-index: 2;
}

.clip-gradient {
    background: #7983b1;
    width: 214px;
    height: 204px;
}

.clip-gradient .clip-caption {
    color: #fff;
}


/****************************** CSC **************************/

.css-coatli-img-ini {}

/****************************** CSC **************************/


.nombre_personaje {
    text-align: left;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}

.clip-svg {
    position: absolute;
}

.iDevice_answer {
    padding-left: 2%;
}


.ListaIdevice .iDeviceTitle,
.QuizTestIdevice .iDeviceTitle,
.MultichoiceIdevice .iDeviceTitle,
.TrueFalseIdevice .iDeviceTitle,
.MultiSelectIdevice .iDeviceTitle,
.ClozeIdevice .iDeviceTitle {
    background-image: none;
}


/* CSC: inicia icono moradito con signo de menos para cerrar las ventanas */
.toggle-idevice a {
    background: none;
    text-decoration: none;
}

.toggle-idevice a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    color: #99c;
    font-size: 24px;
    line-height: 36px;
    right: 20px;
    position: relative;
    bottom: 10px;
}

.toggle-idevice a:hover::before {
    color: #66c;
}

.iDevice_header.iDevice_header_noIcon {
    padding: 3px 0 7px 0;
}

/* CSC: termina icono moradito con signo de menos para cerrar las ventanas */

.fuente {
    font-size: 0.85em;
    color: gray;
}

.exe-sortableList-wrongText .incorrect {
    font-weight: bold;
    border: 2px solid red;
}



@media all and (min-width: 1024px) {

    #siteNav {
        font-weight: bold;
        font-size: 0.8em;
        width: 100%;
        float: initial;
        margin: 0;
        border-top: 0;
        border-right: 0;
        margin-bottom: 70px !important;
    }

    #siteNav a {
        display: block;
        padding: 3px 10px 5px 10px;
        border-width: 0;
        border-style: none;
        text-align: center;
        width: 100%;
        color: #dcbbce;
        font-size: 1.03em;
    }

    #siteNav,
    #siteNav a {
        background-color: transparent;
        color: lavenderblush;
        top: 0px;
        position: relative;
        border-color: transparent;
        font-weight: normal;
    }

    .page_creditos #siteNav a {
        padding-top: 6px;
    }

    .js #siteNav,
    .top-right-radius {
        border-top-right-radius: 0;
    }

    .col .col1-creditos {
        border-right: solid 1px #909;
    }

    #siteNav ul,
    #siteNav li {
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        display: table-cell;
        width: auto;
        z-index: 4;
    }

    #siteNav ul {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 30px;
        background-color: #c590ac;
    }


    /*<!--adornos > -->*/
    #siteNav li::after {
        position: absolute;
        right: 0;
        top: -5px;
        content: "";
        height: 26px;
        width: 11px;
        content: "\f13b";
        color: #dcbbce;
        font-family: "iconos" !important;
        font-size: 2.2em;
        font-weight: normal;
    }

    #siteNav li:last-child::after {
        color: #c590ac;
    }

    #siteNav ul li {
        top: -2px;
        height: 41px;
        position: relative;
        width: 270px;
    }



    /*pleca selecionada sub menu*/
    #siteNav > ul > li .current-page-parent {
        font-weight: normal;
        text-decoration: none;
        background-color: #b87390;
        color: #fff;
        position: relative;
        top: -13px;
        left: -10px;
        width: 97%;
        font-size: 1.25em;
        z-index: 1;
    }

    #siteNav a.active {
        font-weight: bold;
        text-decoration: none;
        background-color: #b87390;
        color: #fff;
        position: relative;
        top: -13px;
        left: -10px;
        width: 97%;
        z-index: 1;
    }

    #siteNav a.active.daddy {
        font-weight: normal;
        font-size: 1.25em;
    }

    #siteNav a:hover,
    #siteNav a:focus {
        background-color: transparent;
        color: #fff;
        text-decoration: underline;
    }

    #siteNav a.active:hover,
    #siteNav a.active:focus {
        text-decoration: none;
        background-color: #b87390;
        color: #dcbbce;
        position: relative;
        top: -13px;
        width: 97%;
        z-index: 1;
    }

    #siteNav ul li:nth-child(5) {
        min-width: 260px;
    }

    .enla #siteNav ul li:nth-child(5),
    .pierreencuentra #siteNav ul li:nth-child(5),
    .shuhabla #siteNav ul li:nth-child(5),
    #siteNav #css-final-5-li {
        min-width: 90px;
    }

    .css-tapa-adorno {
        position: absolute;
        width: 300px;
        top: 4px;
        height: 30px;
        background-color: #c590ac;
        left: -24px;
        top: 2px;
        z-index: 1;
    }

    /*adorno derecho CSC*/
    .actual.css-dobles::before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 13px solid #a55073;
        border-left: 32px solid transparent;
        top: 32px;
        left: -1px;
    }

    .enla .actual.css-dobles::before,
    .pierreencuentra .actual.css-dobles::before,
    .shuhabla .actual.css-dobles::before,
    .actual.css-final-5-li::before {
        left: 0px;
    }


    /*adorno izquierdo CSC*/
    .actual.css-dobles::after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 13px solid transparent;
        border-left: 32px solid #a55073;
        top: 32px;
        left: 234px;
    }

    /*submenu*/
    #active ul {
        background-color: transparent;
        top: 21px;
        left: 0px;
        height: 120px;
        z-index: 1;
    }

    #active ul li {
        display: block;
        width: 261px;
    }

    #active ul li::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 0;
        width: 0;
    }


    /*Submenus activos*/
    #siteNav > ul > li > ul {
        top: 19px;
        left: 0;
        width: 100%;
        /*background-color: aquamarine;*/
        background-color: transparent;
    }

    #siteNav > ul > li > ul > li {
        text-align: center;
        display: block;
        width: 203px;
        top: 0px;
        height: 56px;
        left: -4px;
        margin: auto;
        right: 0;
        background-color: #e5e3e4;
        border-bottom: solid 1px #fff;
        z-index: 2;
    }

    #siteNav > ul > li > ul > li:nth-child(2)::before {
        position: absolute;
        top: -67px;
        content: "";
        transform: rotate(-45deg);
        right: 44%;
        border-right: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 10px solid #b87390;
        border-bottom: 10px solid #b87390;
    }

    #siteNav > ul > li > ul > li a {

        width: 75%;
        color: #309;
        top: 7px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0;
        font-weight: normal;
        font-size: 1.03em;
    }

    #siteNav > ul > li > ul > li a:hover {
        color: #909;
    }

    #siteNav > ul > li > ul > li a.active {
        text-align: center;
        width: 74%;
        top: 7px;
        background-color: #e3e1e2;
        border: 0;
        right: 0;
        left: 0;
        margin: auto;
        color: #909;
        font-weight: normal;
    }

    #siteNav > ul > li > ul > li a.active:hover,
    #siteNav > ul > li > ul > li a.active:focus {
        background-color: transparent;
        color: #909;
        top: 7px;
        text-decoration: underline;
        width: 74%;
    }

    #siteNav > ul > li > ul > li::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 0;
        width: 0;
    }

}



/*Nota: Ver en el body de cada HTML la clase dinamica que se esta creando.*/

/*INICIO FACEBOOK BOTON FLOTANTE*/
.btn-facebook {
    position: absolute;
    cursor: pointer;
    top: 44px;
    right: -5px;
    height: 54px;
    width: 55px;
    max-width: 1280px;
    background: url(../img/btn_facebook_flot.png);
    background-repeat: no-repeat;
    z-index: 10;
}

/*FIN FACEBOOK BOTON FLOTANTE*/



/*Ventanas presentación*/

.pierrey .iDevice_header {
    background-color: #ffffff;
    border-color: #cdcdcd;
}

.pierrey .iDevice_inner {
    background-color: #ffffff;
    border-color: #ffffff;
}

#id15 .exe-text {
    background-color: #ffffff;
    border-color: #ffffff;
}


/*Ventanas Llegada al Zócalo*/
.llegadaal .iDevice_header,
.iDevice_header.iDevice_header_noIcon,
header.iDevice_header {
    background-color: whitesmoke;
    border-color: #ddd;
}

.llegadaal .iDevice_inner {
    background-color: #fff;
    border-color: #ddd;
}

.iDevice_inner.backgr {
    background-color: #fbf9e5;
    margin-bottom: 30px;
}

/*CSC: la siguiente clase agrega un espacio abajo del botón Transcripción*/
.js .js-required {
    margin-bottom: 20px;
}

.iDeviceTitle {
    background-image: none;
}

.fas fa-tasks::before {
    position: relative;
    content: "\f0ae";
    color: red;
}

#ta105_108_2 .exe-text {
    background-color: rgb(255, 255, 255);
    border-color: rosybrown;
}



/*pie de pagina*/
#packageLicense p {
    display: none;
}

#packageLicense.cc {
    border: 0;
    margin: 0;
    height: 447px;
    background: none;
    padding-left: 0;
    overflow: hidden;
}

.css-iframe {
    overflow: hidden;
    border: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    height: 368px;
    width: 100%
}

.css-body-iframe {
    overflow: hidden;
    border: 0;
    margin: 0;
}

.css-conte-iframe {
    position: relative;
    height: 352px;
    width: 100%;
    background-color: aquamarine;
}


/*zona pie morado claro*/

.css-bloque {
    position: relative;
    display: inline-block;
    width: 47.5%;
    height: 162px;
    vertical-align: top;
    /* background-color: aquamarine;*/
}

.css-mapas {
    position: relative;
    height: 163px;
    background-color: #ccccfe;
}

.css-mapas .unam {
    position: relative;
    left: 10px;
    top: 35px;
}

.css-cepe {
    position: relative;
    left: 148px;
    top: 53px;
    height: 53px;
    width: 122px;
}

.css-dgtic {
    position: relative;
    left: 308px;
    top: -4px;
    height: 53px;
    width: 122px;
}

.css-lista-mapa {
    position: relative;
    text-align: left;
    width: 210px;
    left: 0;
    top: 11px;
    font-family: roboto;
    font-size: 1em;
    text-decoration: underline;
    color: #2d26e6;
    height: auto;
    font-size: 0.9em;
    line-height: 1.5;
    list-style: none;
}


.css-lista-mapa a {
    color: #2d26e6 !important;
}


.css-area-contacto {
    position: relative;
    font-family: roboto;
    color: #341c68;
    top: -110px;
    right: -297px;
    height: 61px;
    width: 151px;
}

.css-contacto {
    font-size: 1em;
}

.css-correo {
    font-size: 0.9em;
}

.css-mailto {
    font-size: 0.9em;
    list-style: none;
    color: blue;
}

.css-inf-face-cred {
    top: 19px;
    position: relative;
}

.css-inf-face {
    position: relative;
    top: -130px;
    right: -297px;
    height: 50px;
    width: 49px;
}

.css-btn-creditos {
    position: relative;
    top: -176px;
    left: 323px;
    width: 100px;
    font-family: roboto;
    font-size: 0.9em;
    text-decoration: underline;
    text-align: left;
    list-style: none;
}

.css-btn-creditos a {
    color: #2d26e6 !important;	
}

/* inician estilos de iconos del pie de página CSC */

.css-unam-firma {
    position: absolute;
    top: 26px;
    right: 0;
    bottom: 0;
    font-size: 6em;
    color: #330066;
}

.css-pie-unam-icon {
    position: relative;
    color: #306;
    font-size: 4.8em;
    top: 27px;
    right: 0;
    left: 7%;
}

.icon-cepe {
    position: absolute;
    top: -19px;
    left: 25%;
    font-size: 10em;
    font-weight: bold;
    color: #306 !important;
}

.icon-dgtic {

    position: relative;
    color: #306;
    font-size: 5em;
    left: 66.6%;
    top: -74px;
}

.icon-dgtic-span {
    position: absolute;
    color: #306;
    width: 180px;
    left: -50px;
    height: auto;
    top: 75%;
    font-family: roboto !important;
    font-size: .11em;
    line-height: 1.2 !important;
}

/* terminan estilos de iconos del pie de página CSC */



/*zona pie morado oscuro*/

.css-area-creditos {
    background-color: #341c68;
    top: 108px;
    left: 0;
    height: 189px;
    width: 100%;
}

.css-logo-grupo {
    position: relative;
    top: 59px;
    left: 62px;
    text-decoration: none;
    font-size: 2em;
    color: #ffffff;
    border: 4px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 8px;
    line-height: 1.15;
}

.css-txt-leyenda {
    position: relative;
    top: -37px;
    left: 232px;
    width: 60%;
    height: auto;
}

.css-txt-leyenda p {
    text-align: center;
    font-family: sans-serif;
    font-size: 0.8em;
    color: #ffffff;
}

.css-logo-cc {
    position: relative;
    top: -25px;
    left: 29%;
    width: 80px;
    height: 31px;
}

.css-txt-cc {
    position: relative;
    top: -55px;
    left: 291px;
    width: 60%;
    height: auto;
}

.css-txt-cc p {
    text-align: center;
    font-family: sans-serif;
    font-size: 0.7em;
    /*0.6em;*/
    /*CSC*/
    color: #ffffff;
}

.css-txt-update {
    position: relative;
    top: -37px;
    left: 232px;
    width: 60%;
    height: auto;
}

.css-txt-update p {
    text-align: center;
    font-family: sans-serif;
    font-size: 0.7em;
    color: #ffffff;
}



/*CREDITOS*/

.div-content-creditos #main-wrapper {
    min-height: 700px;
}

#main.div-main {
    top: 0;
    padding: 0;
}

.div-content-creditos #packageLicense.cc {
    border: 0;
    margin: 0;
    position: relative;
    height: 374px;
    background: none;
    bottom: -16px;
    padding-left: 0;
    overflow: hidden;
}

.div-content-creditos.infov {
    color: #3c1663;
    background-color: #3c1663;
    min-width: 854px;
    border-radius: 20px;
}

.div-content-creditos .titulo {
    font-size: 1.7em;
    text-align: center;
    border-bottom: 1px solid #ddd;
    color: #909;
    padding: 15px 10px;
}

.div-content-creditos .btn-cerrar {
    color: #ff9600;
    background-color: #4b463a;
    box-shadow: 0 0 0 3px #d78e2c inset;
}

.div-content-creditos .info {
    padding: 10px 20px;
    text-align: center;
}

.div-content-creditos .recurso {
    margin: 10px 0;
}

.div-content-creditos .leyenda {
    text-align: justify;
    font-size: .8em;
}

.div-content-creditos h4 {
    margin: 10px 0;
}

.enp {
    text-transform: uppercase;
}

.div-content-creditos .entidad {
    font-size: 1.3em;
    margin: 10px 0;
}

.div-content-creditos .credito {
    font-size: .85em;
    display: block;
    color: #3c1663;
    font-weight: lighter;
}

.div-content-creditos .col {
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    padding: 0 60px 0 24px;
}

.div-content-creditos .enp {
    margin: auto;
}

.div-content-creditos .dgtic {
    max-width: 75%;
    /*67%;*/
}

.div-content-creditos ul,
.div-content-creditos li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.div-content-creditos li {
    margin: 10px 0;
}




@media all and (max-width: 1024px) {

    body {
        font-family: roboto;
    }

    .css-log-unam {
        font-size: 4.25em;
        margin-left: 45px;
    }

    /*Personajes*/
    .nombre_personaje {
        text-align: center;
    }

    #main {
        top: 0;
    }

    .css-mapas {
        min-height: 100%;
    }

    .css-iframe {
        height: 100%;
    }

    .css-area-creditos {
        height: 100%;
    }

    .css-bloque {
        position: relative;
        text-align: center;
        display: block;
    }



    /*Inicia dos columnas Todos los Personajes ESTHER_5_diciembre */
    .exe-text2 {
        grid-template-columns: 100%;
    }

    .css-linea-der {
        padding-right: 0;
        border-right: 0;
    }

    /*Termina dos columnas*/

    .wrap {
        grid-template-columns: 100%;
    }



    /*ejercicios*/

    .css-iframe-video {
        height: 610px;
    }

    .css-iframe-escultura {
        height: 270px;
    }

    .css-iframe-palabras {
        height: 700px !important;
    }



    /* inicio VIDEOS*/

    .mediaelement {
        width: 320px !important;
        height: 240px !important;
    }

    .mediaelement-frame.css-iframe-video {
        width: 323px;
        height: 282px;
    }

    .video-centrado {
        left: 4%;
    }


    /* inicio header encabezado*/
    #header {
        height: 200px !important;
        font-size: 1.1em;
    }

    .css-tit-unam {
        font-size: 1.2em;
    }

    .css-cont-head-lefth {

        width: 100%;
    }

    .css-cont-head-lefth::after {
        display: none;
    }

    .css-tit {
        width: 36%;
        min-width: 360px;
        text-align: center;
        left: 0;
        top: 111px;
    }

    /* fin header encabezado*/



    /*contenedor principal del footer*/

    #packageLicense.cc,
    .div-content-creditos #packageLicense.cc {
        height: 1234px;
    }

    /* inicio footer morado claro*/
    .css-conte-iframe {
        min-height: 814px;
    }

    .css-bloque {
        width: 100%;
    }

    .css-mapas .css-log-unam {
        position: absolute;
        color: #330066;
        width: 59px;
        left: 0;
        margin: auto;
        right: 0;
        top: 10px;
        height: 80px;
    }

    .css-mapas .unam {
        position: relative;
        left: 0;
        right: 0;
        height: 94px;
        width: 100%;
        margin: auto;
        top: 20px;
    }

    .icon-unam2 {
        left: 0;
    }

    .icon-cepe {
        margin: auto;
        top: 91px;
        right: 0;
        left: 0;
    }

    .icon-dgtic {
        margin: auto;
        top: 142px;
        right: 0;
        left: 0;
    }

    .css-bloque-dos {
        top: 220px;
    }

    .css-lista-mapa {
        left: 0;
        right: 0;
        margin: auto;
    }

    .css-area-contacto {
        text-align: left;
        top: 40px;
        right: 0;
        margin: auto;
        left: 0;
    }

    .css-inf-face-cred {
        position: absolute;
        left: 0;
        right: 0;
        width: 282px;
        height: 50px;
        margin: auto;
        top: 230px;
    }

    .css-inf-face {
        position: relative;
        top: 0;
        right: -60px;
        height: 50px;
        width: 49px;
    }

    .css-btn-creditos {
        position: relative;
        top: -52px;
        left: 134px;
    }


    .css-unam-firma {
        position: relative;
        top: 130px;
    }

    /* fin footer morado claro*/



    /* inicio footer morado fuerte*/
    .css-txt-leyenda {
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        top: -37px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: auto;
    }

    .css-txt-leyenda p {
        padding-left: 10px;
        padding-right: 20px;
    }

    .css-logo-cc {
        position: relative;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px;
        height: 31px;
    }

    .css-txt-cc {
        position: relative;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
        height: auto;
    }

    .css-area-logo-grupo {
        position: relative;
        top: 252px;
        width: 100%;
        height: 60px;
    }

    .css-logo-grupo {
        position: absolute;
        text-align: center;
        top: -2px;
        font-size: 1.5em;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: -2px;
        margin-bottom: -2px;
        width: 28px;
        border: 3px solid #fff;
        height: 29px;
    }

    .css-txt-update {
        position: absolute;
        top: 137%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 20px;
    }

    /* fin footer morado fuerte*/




    /* CSC: Todo lo que sigue son ajustes de estilo para el responsivo a partir de 1024px */

    /* CSC: inician colores del menú superior */
    .iDevice_content {
        font-size: 15px !important; /*0.9em;*/ /*tamaño más pequeño de letra para el responsivo*/
    }

    #header h1,
    #nodeDecoration h1 {
        font-size: .85em;
    }

    #siteNav a.daddy {
        background-color: #c590ac;
        color: lavenderblush;
        border-color: lavenderblush;
        font-size: 1.1em;
        font-weight: normal;
    }

    #siteNav a.active.daddy {
        background-color: #b87390;
        color: #fff;
        font-size: 1.3em;
        font-weight: normal;
        text-decoration: none;
    }

    #siteNav,
    #siteNav a {
        background-color: #e5e3e4;
        color: #309;
        border-color: #dddddd;
    }

    #siteNav > ul > li > ul > li {
        border-bottom: solid 1px #fff;
    }

    #siteNav a:hover,
    #siteNav a:focus,
    #siteNav a.active {
        background-color: #e5e3e4;
        color: #909;
    }

    #siteNav a.daddy::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f078";
        color: lavenderblush;
        font-size: 14px;
        transform: rotate(0deg);
        line-height: 24px;
        position: absolute;
        right: 5%;
    }

    #siteNav a:hover.daddy::after {
        color: #dcbbce;
    }

    #siteNav a.active.daddy::after {
        color: #b87390;
    }

    #siteNav a:hover.daddy {
        background-color: #b87390;
        color: #fff;
    }

    #siteNav .active {
        font-weight: normal;
    }
    /* CSC: terminan colores del menú superior */



    /* CSC: inicia icono moradito con signo de menos para cerrar las ventanas */
    .toggle-idevice a::before {
        font-size: 24px;
        line-height: 36px;
        right: 6%;
    }

    /* CSC: termina icono moradito con signo de menos para cerrar las ventanas */



    /* CSC: inicia subtítulo azul más chico*/
    .iDeviceTitle {
        font-size: 1.15em;
    }

    .iDevice_header_noIcon .iDeviceTitle {
        padding-left: 4%;
        padding-right: 10%;
    }

    /* CSC: termina subtítulo azul más chico*/


    #siteNav,
    #siteNav a {
        font-weight: normal;
    }

    #siteNav a:hover.daddy {
        color: #fff;
    }

    #siteNav a:hover.daddy {
        color: #dcbbce;
        text-decoration: none;
    }

    #siteNav a.active {
        text-decoration: none;
    }

    #siteNav .no-ch a:hover.active {
        color: #909;
    }

    /* En la sala mexica del museo (el primer botón de cerrar)*/
    #toggle-idevice-id99-em0 {
        margin-right: 15px;
    }

	/* Escala tamaño de letra de algunos ejercicios */
	/*#activity-5_116 p, #activity-39_116 p, #activity-119_116 p, #activity-121_116 p,
	#activity-121_116 p, #activity-123_116 p, #activity-122_116 p, #activity-124_116 p, .iDevice_content_wrapper p  {
		font-size: 15px;*/ /*.9em;*/ /*tamaño más pequño de letra para el responsivo*/
	/*}*/

	/* Escala tamaño de letra de algunos ejercicios */	
	#cloze5_116 p, #cloze39_116 p, #cloze119_116 p, #cloze121_116 p, #cloze122_116 p, #cloze123_116 p, #cloze124_116 p, #cloze66_116 p,
	#taquestion135_86 p, #taquestion135_1523 p, #taquestion135_1535 p, #cloze136_105 p, #taquestion132_86 p, #taquestion132_1350 p, 
	#taquestion132_1365 p, #taquestion132_1400 p, #taquestion132_1412 p, #taquestion132_1424 p, #taquestion134_86 p, #taquestion134_1469 p,
	#taquestion134_1481 p, #taquestion134_1493 p, #taquestion134_1505 p, #cloze141_116 p, #cloze142_116 p, #cloze150_116 p, #cloze152_116 p,
	#cloze195_116 p, #cloze199_116 p, .iDevice_answer {
		font-size: 15px !important; /*0.9em;*/ /*tamaño más pequeño de letra para el responsivo*/
	}
	
	/* Escala tamaño de letra de los ejercicios con "Verdadero / Falso" */
	label {
	font-size: 15px !important; /*0.9em;*/ /*tamaño más pequeño de letra para el responsivo*/
	}
	
	
	.score.js-feedback, .feedback {
	font-size: 15px !important; /*0.9em;*/ /*tamaño más pequeño de letra para el responsivo*/
	}
	

	/*.mediaelement-frame .css-iframe-video {
  	bottom: 15px !important;
	}*/

    /*Créditos*/
    .div-content-creditos .titulo {
        font-size: 1.4em;
    }

    .div-content-creditos .entidad {
        font-size: 1.2em;
    }

    .div-content-creditos .col {
        padding: 0 0 0 0;
    }

    .div-content-creditos .dgtic {
        max-width: 90%;
    }

    .div-content-creditos .col {
        display: inline-block;
        vertical-align: top;
        max-width: 80%;
    }

}
