/* --------------------------
 *  Tipografias
 * ------------------------- */
@font-face {
    font-family: 'arconregular';
    src: url('../fonts/arcon-regular-webfont.eot');
    src: url('../fonts/arcon-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arcon-regular-webfont.woff2') format('woff2'),
         url('../fonts/arcon-regular-webfont.woff') format('woff'),
         url('../fonts/arcon-regular-webfont.ttf') format('truetype'),
         url('../fonts/arcon-regular-webfont.svg#arconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'arconrounded-regular';
    src: url('../fonts/arcon-rounded-regular-webfont.eot');
    src: url('../fonts/arcon-rounded-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arcon-rounded-regular-webfont.woff2') format('woff2'),
         url('../fonts/arcon-rounded-regular-webfont.woff') format('woff'),
         url('../fonts/arcon-rounded-regular-webfont.ttf') format('truetype'),
         url('../fonts/arcon-rounded-regular-webfont.svg#arconrounded-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fira_sansbold';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-bold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-bold-webfont.woff') format('woff'),
         url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
         url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.oacontext {
    box-shadow: 0 0 3px #666;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
}

/* --------------------------
 *  Generales 
 * ------------------------- */
body {
	font-family:'arconrounded-regular',Arial,Helvetica,sans-serif;
	font-size:22px;
    background: url("../img/concretopttrn.png");
}

h2 {
	font-weight:bold;
	font-size:20px;
}


.texto_cursiva {
	font-style:italic;	
}

.texto_negritas {
	font-weight: bold;
	color: #e05038;
}

.negritas {
	font-weight: bold;
}

/* --------------------------
 *  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: #5f5c3b;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    height: 44px;
    padding-left: 46px;
    position: relative;
	font-weight:normal;
	font-family:'arconrounded-regular',Arial,Helvetica,sans-serif;
}

.header .btn-icono::before {
    background: url("../img/sprites.png") no-repeat -90px -135px #1a92c4;
    content: "";
    display: block;
    height: 44px;
    color: #fff;
    width: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.header .btn-instruccion::before {
    background-position: -90px -90px;
	background-color: #ad5dc8;
}

.header .btn-creditos::before {
    background-position: -135px -90px;
	background-color: #bcb090;
}

.btn-icono.btn-creditos {
    text-indent: -9999px;
    float: right;
    margin-right: -2px;
	font-family:'arconrounded-regular',Arial,Helvetica,sans-serif;
}

.btn-icono.btn-instruccion {
    margin-right: 14px;
    float: right;
}

.btn-icono.btn-bienvenidos{
    margin-right: 60px;
    float: right;
}

/* --------------------------
 *  Pantallas
 * ------------------------- */
.pantalla {
	background: #fce9c8 url("../img/pattern.jpg") repeat scroll 0 0;
    bottom: 0;
    min-height: 500px;
    padding: 60px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* --------------------------
 *  Ventanas
 * ------------------------- */
.vntn {
    background:url("../img/concretopttrn.png") repeat scroll 0 0;
    border: 12px solid #1ac4b8;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    color: #322f13;
    left: 0;
    margin: auto;
    max-width: 70%;
    min-width: 300px;
    padding: 20px 25px 5px 28px;
    position: absolute;
    right: 0;
    top: 95px;
    transition: all 300ms ease 0s;
    width: 70%;
     max-height: 90%;
    z-index: 50;  
}
.vntn.vntn-bienvenidos,
.vntn.vntn-tequitqui {
    text-transform:none;
    border: 12px solid #1a92c4;
    }

.vntn.vntn-bienvenidos h3{
     color: #1a92c4;
    font-size: 28px;
}

.vntn.instrucciones h3{
    color: #ad5dc8;
    font-size: 22px;
}
.vntn-bienvenidos::before {
    background: url("../img/decoentrada.png") no-repeat scroll center center;
    bottom: -16px;
    content: "";
    height: 87px;
    position: absolute;
    right: 0;
    width: 180px;
}

.vntn--titulo {
    text-transform: none;
    font-size:24px;
    text-align:left;
}
.vntn.realimentacion{
    border: 3px solid #1a92c4;
}

.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;
}
.vntn-instruccion{
    border: 3px solid #ad5dc8;
}

.vntn-instruccion h3{
    color:#ad5dc8 ;
}

.vntn-bienvenidos.e-oculto{
    right: 480px;
}

.vntn--btn-cerrar {
    background-color: #ad5dc8;
    border: medium none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 26px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}

.vntn_instruc {
	background:url("../img/concretopttrn.png") repeat scroll 0 0;
    border-bottom: 4px solid #1a92c4;
    border-top: 4px solid #1a92c4;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.2);
    color: #1a92c4;
    line-height: 1.2em;
    margin: 0 auto 10px;
    padding: 10px 0 3px;
}

.vntn_instruc p {
    color: #0b4077;
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 2%;
    width: 95%;
}

button {
    background: rgba(0, 0, 0, 0);
    border:none;
    min-height: 44px;
    outline: 0 none;
	font-family: "fira_sansbold",Arial,Helvetica,sans-serif;
    font-size: 16px;
	color: #fff;
}

/* --------------------------
 *  General fases
 * ------------------------- */
.btn_prev, .btn_next {
	background-color: #10668a;
    box-shadow: 2px 2px 0 rgba(95, 92, 69, 0.7);
    color: #fff;
    font-size: 18px;
}

h3 {
	color: #10668a;
    font-family: "fira_sansbold",Arial,Helvetica,sans-serif;
    text-align: center;
    font-size: 24px;
}

h4 {
	color: #10668a;
    font-family:"arconrounded-regular",Arial,Helvetica,sans-serif;
    text-align: center;
    font-size: 18px;
}
h5 {
	color: #10668a;
    font-family: "fira_sansbold",Arial,Helvetica,sans-serif;
    text-align: center;
	font-size:19px;
}
h6{
    color:#ad5dc8;
    font-size: 18px;
}

.btn { /*areas sensibles*/
    position: absolute;
}

.container_info {
	width: 100%;
	height: auto;
}

.fases img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height:100%;
}

/****************
 * fase portada
 *************/
.pantalla.portada {
    background: url("../img/estudio.jpg") no-repeat scroll center 0;
}
.repisa{
    background: rgba(0, 0, 0, 0) url("../img/repisa.png") no-repeat scroll center 0;
    height: 358px;
    left: 0;
    margin: 386px auto;
    position: absolute;
    width: 100%;
}

.texto-portada p {
	padding: 10px 10px 0 20px;
}

.enfasis{
    font-weight: bold;
	text-align:center;
}

.btn_album, .btn_imagen, .btn_cuadro {
   	background: rgba(224, 80, 56, 0.9) url("../img/flechas.png") no-repeat scroll 8px center;
    border:thin solid #f96;
    left: 50%;
	width:50px;
	height:50px;
	border-radius: 50%;
    text-indent: -99999px;
}

.btn_album {
   margin-left: -260px;
    top: 191px
}

.btn_imagen {
    margin-left: 217px;
    top: 565px;
}

.btn_cuadro {
   	margin-left: 36px;
   	top: 215px;
}

.btn_album.resuelto,
.btn_imagen.resuelto,
.btn_cuadro.resuelto {
	background: rgba(26, 196, 184, 0.9) url("../img/ok.png") no-repeat scroll 8px center;
    border: medium solid #138c80;
}

.fases .fase1-end {
	left: 50%;
    margin-left: -122px;
    position: absolute;
    top: 94px
}
.fases .fase2-end {
	left: 50%;
    margin-left: -340px;
    position: absolute;
    top: 463px;
}
.fases .fase3-end {
	left: 50%;
    margin-left: -344px;
    position: absolute;
    top: 93px;
}
 
/******************
 * fase saltoAgua
 ***************/

.saltoAgua .vntn-bienvenidos::before{
    background: transparent;
}
.vntn.instrucciones{
    border:  3px solid #ad5dc8;
    top: 170px;
}

.pregunta h3 {
    font-size: 21px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.visor {
	float: left;
    margin: auto 0.5%;
    text-align: center;
    width: 59%; 
}

.contImgCompleta {
	position: relative;
}

.saltoAgua .visor_2 .container_info {
    background: rgba(255, 243, 206, 0.7);
	border: 7px solid #bcb090;
    height: 400px;
    width: 593px;
}

.saltoAgua .img-container {
    float: left;
    margin: 9px 0 0 12px;
    width: 47%;
}

.contImg,
.contImgCompleta {
    border: 7px solid #bcb090;
    display: inline-block;
    height: 333px;
    min-width: 593px;
}

.contImg1 {
	background: rgba(0, 0, 0, 0) url("../img/cubaBaseC.jpg") repeat scroll 0 0;
}

.contImg1 .ui-slider-range { 
	background: url("../img/cubaBase.jpg"); 
}

.contImg .ui-slider-range { 
	background: url("../img/cubaBase.jpg"); 
}
			
.contImg .ui-slider-handle { 
	background: #30bfcf url("../img/desliza.png") repeat scroll 0 0;
    border-radius: 50%;
    height: 45px;
    top: 304px;
    width: 45px;
}

.container_preguntas {
	background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    float: left;
    line-height: 25px;
    margin: auto 0.1%;
    min-height: 546px;
    padding: 0 10px 10px 18px;
    width: 37%;
}
.container_preguntas.pregunta3{

}

.container_preguntas .pregunta {
    height: 446px;
}

.container_navegacion {
    background: #30bfcf;
    border: 3px solid #1a92c4;
    margin: 10px auto 5px;
    padding: 7px 0;
    text-align: center;
    width: 240px;
}

.btn_prev.inactivo,
.btn_next.inactivo {
	background-color: #c6c6c6;
    border-color: #ececec;
    box-shadow: none;
    color: #5b9773;
}

.btn_saberMas {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #10668a;
    color: #fff;
}

.vntn_realim, 
.vntn_globo {
	position: absolute;
	background: #e05038;
	width: 40%;
	height: auto;
	min-height: 110px;
	max-height: 95%;
	top: 135px;
	left: 28px;
	z-index: 3;
	margin:50px;
	box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
}

.vntn_realim p {
	color: #fff;
    font-size: 21px;
    padding: 35px 21px 21px 29px;
}

.vntn_realim .vntn--btn-cerrar {
    background: #e1b44a;
}


.img-container p {
   background: rgba(173, 93, 200, 0.27);
   font-size: 17px;
    height: 39px;
    line-height: 1.2em;
    margin-bottom: 13px;
    margin-top: 6px;
    padding: 3px;

}
.antesinah{
    line-height: 19px;
    margin-bottom: 11px;
}

.inah {
    border-top: 1px solid;
    font-size: 15px;
    line-height: 15px;
    margin-top: 4px;
    padding-top: 7px;
}
.textoCorrecto,
.blockHide {
	color: #8cbb4e;
    font-weight: bold; 
}

.cajaCorrecta {
	background-color: #ccef7b;
}
.vntn_realim.cajaCorrecta p {
   color: #0b4077;
}

.iconoInicio {
	position: absolute;
	background: #e5977f url("../img/sprites.png") no-repeat scroll -90px -135px;
	width: 44px;
	height: 44px;
	right: 0px;
	top: 44px;
	transform: scale(0.6, 0.6);
	-webkit-transform: scale(0.6, 0.6);
}

/*****************
 * Fase saberMas
 **************/

.coloresimg {
    margin: auto;
    max-width: 954px;
    min-width: 560px;
    overflow: hidden;
    position: relative;
    width: 90%;
    border: 5px solid #fff;
}

.coloresimg p {
	background-color: rgba(83, 67, 63, 0.9);
    bottom: -33px;
    color: #fff;
    padding: 4px;
    position: absolute;
}

.vntn_saberMas {
	background-color: #fff;
    border: 5px solid #10668a;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    height: auto;
    left: 2%;
    top: 142px;
    min-width: 290px;
    padding: 20px;
    position: absolute;
    width: 30%;
    z-index: 3;
    display: block;
}

.vntn_saberMas.inicio {
	left: 0px;
	right: 0px;
	margin: auto;
    top: 191px;
    width:55%;
}
.vntn_saberMas.inicio .vntn--btn-cerrar {
    background: #10668a;  
}

.vntn_saberMas.e-escudo,
.vntn_saberMas.e-traje,
.vntn_saberMas.e-fuente {
    border: 5px solid rgba(237, 135, 50, 1);
}

.vntn_saberMas.e-escudo .vntn--btn-cerrar,
.vntn_saberMas.e-traje .vntn--btn-cerrar,
.vntn_saberMas.e-fuente .vntn--btn-cerrar{
    background: rgba(237, 135, 50, 1);
}

.vntn_saberMas.e-acueducto{
	border:5px solid rgba(88, 191, 232, 1);
}
.vntn_saberMas.e-acueducto .vntn--btn-cerrar{
    background:rgba(88, 191, 232, 1);
}
.vntn_saberMas.e-agua{
	border:5px solid rgba(103, 206, 191, 1);
}
.vntn_saberMas.e-agua .vntn--btn-cerrar{
    background: rgba(103, 206, 191, 1);
}

.vntn_saberMas.e-tata{
	border:5px solid rgba(197, 130, 232, 1);
}
.vntn_saberMas.e-tata .vntn--btn-cerrar{
    background: rgba(197, 130, 232, 1);
}

.vntn_saberMas.e-chochocol,
.vntn_saberMas.e-aguadores,
.vntn_saberMas.e-vasija {
    border: 5px solid rgba(211, 72, 108, 1);
}

.vntn_saberMas.e-chochocol .vntn--btn-cerrar,
.vntn_saberMas.e-aguadores .vntn--btn-cerrar,
.vntn_saberMas.e-vasija .vntn--btn-cerrar{
    background:  rgba(211, 72, 108, 1);
}

.js-showInfo.activo {
    border:thin solid #fff;
	border-radius: 50%;
}

.js-showInfo.activo::before {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: block;
    height: 20px;
    left: 11px;
    line-height: 20px;
    position: absolute;
    top: 11px;
    width: 20px;
}

.btn_c1, .btn_c2, .btn_c3, .btn_c4,
.btn_c5, .btn_c6, .btn_c7, .btn_c8, .btn_c9 {
   	background: rgba(224, 80, 56, 0.9);
	width:44px;
	height:44px;
	border-radius: 50%;
    text-indent: -99999px;
}


.btn_c1 {
    bottom: 50%;
    left: 50%;
    margin-left: -14%;
    background: rgba(88, 191, 232, 0.9);
}
.btn_c2 {
    margin-right: -2%;
    margin-top: -17%;
    right: 50%;
    top: 50%;
}
.btn_c3 {
    margin-right: -16%;
    margin-top: -17%;
    right: 50%;
    top: 50%;
}
.btn_c4 {
    margin-right: -9%;
    margin-top: 3%;
    right: 50%;
    top: 50%;
}
.btn_c5 {
    margin-right: -21%;
    margin-top: 7%;
    right: 50%;
    top: 50%;
}
.btn_c6 {
    margin-right: -38%;
    margin-top: 20%;
    right: 45%;
    top: 32%;
}
.btn_c7 {
    margin-right: 15%;
    margin-top: 16%;
    right: 50%;
    top: 50%;
}
.btn_c8 {
     margin-right: -9%;
    margin-top: 19%;
    right: 50%;
    top: 44%;
	background: rgba(103, 206, 191, 0.6);
}
.btn_c9 {
    background-color: rgba(197, 130, 232, 0.7);
    margin-right: -29%;
    margin-top: 17%;
    right: 50%;
    top: 50%;
}

.btn_regresar {
   	background: #10668a url("../img/regresar.png") no-repeat scroll left center;
    box-shadow: 2px 2px 0 rgba(95, 92, 69, 0.7);
    color: #fff;
    margin: 10px 10px 10px;
    padding-left: 21px;
    padding-top: 10px;
    position: absolute;
    right: 25px;
    top: 108px;
}

.btn_c3, .btn_c2, .btn_c4{
	background-color: rgba(237, 135, 50, 0.7);
}
.btn_c5, .btn_c6, .btn_c7{
	background-color: rgba(211, 72, 108, 0.7);
}

.btn_intro {
	background: #10668a;
    bottom: 47px;
    box-shadow: 2px 2px 0 rgba(95, 92, 69, 0.7);
    color: #fff;
    left: 78%;
    position: relative;
}

/******************
 * Fase tequitqui
 ***************/
 .vntn.vntn-tequitqui{
        top: 170px;
}

.vntn.vntn-tequitqui h3{
    color: #1a92c4;
}
.tequitqui .img-container {
    float: left;
    height: 450px;
    margin: auto 1%;
    position: relative;
    width: 59%;
}


.actividad .container_galeria
.tequitqui .img-container {
    padding-right: 10px;
}

.container_galeria .selecciona {
    background: transparent none repeat scroll 0 0;
    margin-bottom: 5px;
    margin-top: 17px;
}

.selecciona,
.container_numeros {
	float: left;
    padding-left: 16px;
}

.temploDiv {
    margin: auto;
    position: relative;
}

.temploDiv img {
    border: 7px solid #bcb090;
}

.container_ficha {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border: 3px solid #1a92c4;
    float: left;
    height: 450px;
    margin: auto 0.5%;
    max-height: 437px;
    overflow: auto;
    padding: 10px 10px 7px 22px;
    position: relative;
    width: 34%;
}

.container_ficha p {
	padding-right: 10px;
}

.btn_i1, .btn_i2, .btn_i3 {
    background: rgba(120, 162, 62, 0.9) url("../img/flechas.png") no-repeat scroll 6px center;
    border: thin solid #557b21;
    border-radius: 50%;
    height: 44px;
    left: 50%;
    text-indent: -99999px;
    width: 44px;
}

.btn_i1 {
    margin-left: -70px;
    top: 408px;
}
.btn_i2 {
    margin-left: -208px;
    top: 374px;
}
.btn_i3 {
    margin-left: -195px;
    top: 207px;
}

.f1c1, .f1c2, .f1c3, .f1c4, .f1c5, .f1c6,
.f2c1, .f3c1 {
    text-indent: -99999px;
	border: 3px solid #99f3fd;
	left: 50%;
	border-radius: 10px;
}

.f1c1 {
	height: 32px;
    margin-left: -126px;
    top: 129px;
    width: 28px;
}
.f1c2 {
	height: 32px;
    margin-left: -126px;
    top: 199px;
    width: 28px;
}
.f1c3 {
	height: 44px;
    margin-left: -163px;
    top: 258px;
    width: 38px;
}
.f1c4 {
	height: 32px;
    margin-left: 87px;
    top: 132px;
    width: 28px;
}
.f1c5 {
	height: 32px;
    margin-left: 85px;
    top: 199px;
    width: 28px;
}
.f1c6 {
	height: 44px;
    margin-left: 114px;
    top: 258px;
    width: 38px;
}
.f2c1 {
    height: 44px;
    margin-left: 108px;
    top: 357px;
    width: 50px;
}
.f3c1 {
   height: 256px;
    margin-left: 112px;
    top: 6px;
    width: 39px;
}

.btn_actividad {
	background-color: #10668a;
    bottom: 8px;
    box-shadow: 2px 2px 0 rgba(95, 92, 69, 0.7);
    color: #fff;
    right: 5px;
}



/******************
 * Fase actividad
 ***************/
.actividad .img-container {
	float: left;
    margin: auto 0.5%;
    min-width: 607px;
    width: 60%;
}

.actividad .imagenesDiv {
    position: relative;
}

.image {
    margin: auto;
    width: 607px;
}

.actividad .image img {
    border: 7px solid #bcb090;
    cursor: pointer;
}

.actividad .image p {
	background-color: rgba(83, 67, 63, 0.9);
    bottom: -12px;
    color: #fff;
    margin-left: 7px;
    padding: 10px;
    position: absolute;
}

.actividad .img-containerZoom img {
    border: 7px solid #bcb090;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
}

.actividad .img-containerZoom {
	position: absolute;
	width: 740px;
    height: 583px;
    top: 115px;
    left: 20px;
    z-index: 3;
}

.actividad .img-containerZoom .vntn--btn-cerrar {
    background: #e05038;
    right: -7px;
    top: 7px;
}

.actividad .container_ficha {
	background: #fbf7ef;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    position: absolute;
    right: 6px;
    width: 38%;
    z-index: 4;
}

.actividad .container_ficha p {
    font-size: 21px;
    padding: 0px 21px 21px 29px;
}

.actividad .container_ficha .vntn--btn-cerrar {
    background: #bcb090;
}

.actividad .container_cuadros {
   float: left;
   margin: 20px 0.5%;
   width: 38%;
}

.container_galeria {
    background: #30bfcf;
    border: 3px solid #1a92c4;
    color: #fff;
    font-weight: bold;
    left: 57px;
    margin: 10px auto;
    position: absolute;
    width: auto;
}

.container_numeros {
	padding: 8px;
}

.btn_numero {
	background-color: #10668a;
    box-shadow: 2px 2px 0 rgba(95, 92, 59, 0.7);
    font-size: 21px;
    width: 44px;
}

.btn_numero.activo {
	background-color: #fcc508;
	box-shadow: none;
}

.container_cuadros .btn_icono {
    height: 120px;
    margin: 4px;
    width: 120px;
	box-shadow: 
  	0 -1px 0px #fff, /*bottom external highlight*/
 	1px 2px 4px rgba(139,123,98,0.75), /*top external shadow*/ 
  	inset 0 -1px 1px rgba(139,123,98,0.75), /*bottom internal shadow*/ 
  	inset 0 3px 3px rgba(255,255,255,0.75); /*top internal highlight*/
	text-indent: -3500px;
}

/*cuadritos*/
.container_cuadros .btn_icono[data-target="1"] {
    background:#f0e5d4 url("../img/01ollin.png") center center;
}
.container_cuadros .btn_icono[data-target="2"] {
    background:#f0e5d4 url("../img/02obs.png") center center;
}
.container_cuadros .btn_icono[data-target="3"] {
    background: #f0e5d4 url("../img/03flor.png") center center;
}
.container_cuadros .btn_icono[data-target="4"] {
    background: #f0e5d4 url("../img/04fig.png") center center;
}
.container_cuadros .btn_icono[data-target="5"] {
    background: #f0e5d4 url("../img/05an.png") center center;
}
.container_cuadros .btn_icono[data-target="6"] {
    background: #f0e5d4 url("../img/06ag.png") center center;
}
.container_cuadros .btn_icono[data-target="7"] {
    background: #f0e5d4 url("../img/07agt.png") center center;
}
.container_cuadros .btn_icono[data-target="8"] {
    background: #f0e5d4 url("../img/08virgf.png") center center;
}
.container_cuadros .btn_icono[data-target="9"] {
    background: #f0e5d4 url("../img/09maiz.png") center center;
}

.a1c1, .a1c2,
.a2c1, .a2c2,
.a3c1, .a3c2,
.a4c1, .a4c2,
.a5c1, .a5c2,
.a6c1, .a6c2,
.a7c1, .a7c2,
.a8c1, .a8c2,
.a9c1, .a9c2 {
	border: 4px solid rgba(60, 221, 229, 0.59);
    text-indent: -99999px;
    left: 50%;
	font-size:14px;
}

.a1c1 {
   	background: rgba(0, 0, 0, 0) url("../img/image1b.png") no-repeat scroll 0 0;
    border: medium none;
    height: 94px;
    margin-left: -195px;
    top: 197px;
    width: 96px;
}
.a1c2 {
   	background: rgba(0, 0, 0, 0) url("../img/image1b.png") no-repeat scroll 0 0;
    border: medium none;
    height: 94px;
    margin-left: 106px;
    top: 191px;
    width: 96px;
}
.a2c1 {
   	background:url("../img/image2b.png") repeat scroll 0 0;
    border:none;
    height: 73px;
    margin-left: -46px;
    top: 185px;
    width: 90px;
}
.a3c1 {
   	background:url("../img/image3b.png") no-repeat scroll 0 0;
    border:none;
    height: 283px;
    margin-left: -133px;
    top: 90px;
    width: 289px;
}
.a4c1 {
    background:url("../img/image4b.png") no-repeat scroll 0 0;
    border: medium none;
    height: 195px;
    margin-left: -27px;
    top: 165px;
    width: 81px;
}
.a5c1 {
   	background: url("../img/image5b.png") repeat scroll 0 0;
    border: medium none;
    height: 138px;
    margin-left: 80px;
    top: 149px;
    width: 217px;
}
.a6c1 {
   	background: url("../img/image6b.png") repeat scroll 0 0;
    border: medium none;
    height: 198px;
    margin-left: -93px;
    top: 153px;
    width: 183px;
}
.a7c1 {
   	background: rgba(0, 0, 0, 0) url("../img/image7b.png") repeat scroll 0 0;
    height: 226px;
    margin-left: -295px;
    top: 78px;
    width: 482px;
	border:none;
}
.a8c1 {
   	background:url("../img/image8b.png") repeat scroll 0 0;
    border:none;
    height: 134px;
    margin-left: 8px;
    top: 10px;
    width: 111px;
}
.a8c2 {
   	background:url("../img/image8b2.png") repeat scroll 0 0;
    border: medium none;
    height: 103px;
    margin-left: 58px;
    top: 221px;
    width: 54px;
}
.a9c1 {
   	background:url("../img/image9b.png") repeat scroll 0 0;
    height: 462px;
    margin-left: -137px;
    top: -7px;
    width: 258px;
	border:none;
}

.btn_icono.correcto {
	border: solid 4px green;
}

.btn_icono.incorrecto {
	border: solid 4px #e05038;
}

/*******************
 * Fase panoramica
 ****************/
.content-fotos {
	background-color: #1a92c4;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    margin: auto 1%;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 178px;
    width: 10%;
    z-index: 10;
}
.panoramica .vntn-bienvenidos::before{
    background: transparent;
}
.content-image img {
    margin-top: 34px;
    border: 7px solid #bcb090;
}

.content-fotos .cuadro {
	background: url("../img/basefotos.png") repeat scroll 0 0;
    display: inline-block;
    height: 72px;
    margin: 5px;
    width: 67px;
}

.content-fotos .cuadro img {
    margin: 3px;
    max-width: 85%;
	padding-top:1px;
}

.vntn_panorama {
	background-color: #fff;
    border: 4px solid #10668a;
    box-shadow: 0 2px 3px #666666;
    left: 0;
    margin: 15px auto;
    min-height: 56%;
    position: absolute;
    right: 0;
    top: 177px;
    width: 70%;
    z-index: 1;
}
.vntn_panorama .vntn--btn-cerrar{
    background: #10668a;
}

.vntn_panorama h3 {
	color: #10668a;
	font-family: "fira_sansbold",Arial,Helvetica,sans-serif;
	font-weight:normal;
}

.content-image {
	float: left;
	width: 50%;
	margin: 10px;
}

.content-info {
	float: left;
	width: 40%;
	margin: 10px;
}

.vntn_globo{
    background: #ccef7b;
    color: #0b4077;
    width: 70%;
    top: 0;
}

.vntn_globo p {
	padding: 35px 21px 21px 29px;
	font-size: 21px;
}
.vntn_globo.incorrecta{
    background: #e05038;
}
.vntn_globo.incorrecta p{
    color: #fff;
}
.vntn_globo.incorrecta .vntn--btn-cerrar {
    background: #e1b44a;
}
.vntn_panorama [data-name="pinturasRup"] .content-info p {
    max-height: 230px;
}

.vntn_panorama .content-info p {
    height: 290px;
    overflow: auto;
    padding: 0 10px 0 0;
    margin:10px;
}

.camara {
	background: rgba(224, 80, 56, 1) url("../img/camara.png") no-repeat scroll 2px center;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    height: 44px;
    left: 88px;
    line-height: 1.1em;
    margin: 8px auto 0;
    position: relative;
    right: 0;
    text-align: right;
    width: 139px;
}

.camara.inactivo {
	background-color: #D1C8B4;
}

.zona {
	position: absolute;
    text-indent: -99999px;
	border-radius: 12px;
	cursor: pointer;
}

.zona1 { /*torreMayor*/
	height: 446px;
    left: 0;
    top: 53px;
    width: 99px;
}
.zona2 { /*templo*/
	height: 229px;
    left: 112px;
    top: 257px;
    width: 338px;
}
.zona3 { /*danzaViejitos*/
	height: 220px;
    left: 453px;
    top: 369px;
    width: 120px;
}
.zona4 { /*kukulcan*/
	height: 220px;
    left: 548px;
    top: 251px;
    width: 389px;
}
.zona5 { /*pinturasRup*/
	height: 140px;
    left: 601px;
    top: 106px;
    width: 715px;
}
.zona6 { /*mina*/
	height: 197px;
    left: 963px;
    top: 279px;
    width: 303px;
}
.zona7 { /*torreCiudadana*/
	height: 281px;
    left: 1319px;
    top: 124px;
    width: 101px;
}
.zona8 { /*mariposa*/
	height: 123px;
    left: 1250px;
    top: 410px;
    width: 268px;
}
.zona9 { /*conventos*/
    height: 280px;
    left: 1456px;
    top: 176px;
    width: 369px;
}
.zona10 { /*campus*/
	height: 272px;
    left: 1888px;
    top: 151px;
    width: 396px;
}
.zona11 { /*jarabeTapatio*/
	height: 220px;
    left: 2220px;
    top: 333px;
    width: 223px;
}
.zona12 { /*bolsa*/
	height: 389px;
    left: 2364px;
    top: 57px;
    width: 151px;
}

.btn_zona {
   	background: rgba(224, 80, 56, 0.9) url("../img/flechas.png") no-repeat scroll 6px center;
    border:thin solid #f96;
    left: 50%;
	width:44px;
	height:44px;
	border-radius: 50%;
    text-indent: -99999px;
}

.btn_zona.resuelto {
	background: rgba(19, 140, 128, 0.8) url("../img/ok.png") no-repeat scroll 8px center;
    border: thin solid #fff;
}

.btn_zona1 {
    margin-left: -10px;
    top: 254px;
}
.btn_zona2 {
   margin-left: -15px;
    top: 144px;
}
.btn_zona3 {
    margin-left: 0;
    top: 103px;
}
.btn_zona4 {
    margin-left: 100px;
    top: 203px;
}
.btn_zona5 {
     margin-left: -45px;
    top: 97px;
}
.btn_zona6 {
    margin-left: 55px;
    top: 150px;
}
.btn_zona7 {
    margin-left: -1px;
    top: 167px;
}
.btn_zona8 {
   margin-left: -18px;
    top: 7px;
}
.btn_zona9 {
   margin-left: -10px;
    top: 290px;
}
.btn_zona10 {
    margin-left: 8px;
    top: 254px;
}
.btn_zona11 {
   margin-left: -57px;
    top: 146px;
}
.btn_zona12 {
    margin-left: -3px;
    top: 174px;
}

.vntn-patrimonio .content-fotos {
	background: none; 
    margin: auto;
    padding: 5px;
    position: relative;
    text-align: center;
    top: 0;
    width: 90%;
    box-shadow: none;
}

.vntn-patrimonio .content-fotos .cuadro {
	display: inline-block;
	background: none;
    width: 13%;
    height: auto;
}

.vntn-patrimonio .content-fotos .cuadro img {
     border: 2px solid #e6e3cf;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    padding: 0;
}

.tooltip {
    color: #e05038;
    font-weight: bold;
    text-decoration: underline;
}

.tooltip .vntn_tooltip {
    background-color: #f27549;
    bottom: 32px;
    box-shadow: 5px 5px 0 rgba(95, 92, 69, 0.5);
    color: #fff;
    font-weight: normal;
    left: 13%;
    padding: 48px 27px 16px;
    position: absolute;
    width: 450px;
}

/* comic */
.faseComic {
	border: 7px solid #bcb090;
    height: 545px;
    margin: auto 0.5%;
    position: relative;
    width: 86%;
}

.comic {
	position: absolute;
	left:0px;
	overflow: hidden;
	width:100%;
	height: 100%;
} 

.comic .panoramica {
	width: 2518px;	
	max-width: 2518px;
}

.comic .hud {
	cursor: pointer;
    height: 565px;
    position: absolute;
    text-indent: -10000px;
    bottom:0px;
    width: 45px;
    z-index: 1;
}

.comic .hud.left {
	background: rgba(255, 255, 255, 0.5);
    left: 0px;
}

.comic .hud.left::before {
    border-bottom: 25px solid transparent;
    border-right: 25px solid #e05038;
    border-top: 25px solid transparent;
    content: "";
    display: block;
    margin-left: 11px;
    margin-top: 256px;
    position: absolute;
} 

.comic .hud.left:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

.comic .hud.right {
	background: rgba(255, 255, 255, 0.5);
    right: 0px;   
}

.comic .hud.right::before {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #e05038;
    border-top: 25px solid transparent;
    content: "";
    display: block;
    margin-left: 9px;
    margin-top: 256px;
    position: absolute;
} 

.comic .hud.right:hover {
	background-color: rgba(255, 255, 255, 0.7);
}

/* Scroll */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #a06b58;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #a06b58; }

/* --------------------------
 *  Breakpoints 
 * ------------------------- */

/* estilos palican width < 768px (iPad, Android portrait)*/
@media screen and (max-width: 1023px) {
	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */

/*Generales*/
    .vntn_instruc p {
    width: 85%;
    }/*--OK--*/

/*Salto del agua*/
	
    .saltoAgua .visor {
        float: none;
        width: 100%;
    }/*--OK--*/

    .saltoAgua .visor_2 .container_info {
        margin: auto;
    }/*--OK--*/

    .saltoAgua .container_preguntas {
    float: none;
    margin: 10px auto;
    width: 88%;
    min-height: 375px;
    line-height: auto;
    }/*--OK--*/

    .container_preguntas .pregunta {
    height: 288px;
    padding-top: 1px;
    }/*--OK--*/

    .vntn_realim {
    width: 60%;
    left: 8%;
    top:165px;
    }
    .vntn_saberMas{
    margin: 20px 8%;
    top: 49%;
    width: 76%;
    }

/*Panoramica*/
    .content-fotos {
    display: block;
    height: 80px;
    margin: 10px auto 0;
    position: static;
    text-align: center;
    width: 80%;
    }/*--OK--*/

    .panoramica .faseComic {
    margin: 0 auto;
    }/*--OK--*/
    .faseComic{
        width: 96%;
    }
   .vntn_panorama {
    height: auto;
    padding-bottom: 67px;
    width: 90%;
    }
    .vntn_panorama h3 {
    margin:10px;
    }
    .vntn_panorama .content-info p {
    height: 160px;
    }/*--OK--*/
    .content-image {
    float: none;
    margin: 10px auto;
    }
    .content-info {
    float: none;
    margin: 0 auto;
    width: 80%;
    }

/*Tequitqui*/

    .tequitqui .img-container,
    .actividad .img-container {
        float: none;
        margin: auto;
        width: 607px;
    }
    
    .tequitqui .container_ficha {
    float: none;
    margin: 21px auto 5px;
    max-height: 320px;
    width: 90%;
    }/*--OK--*/

    .actividad .container_cuadros {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 680px;
    }/*--OK--*/
    .container_galeria {
        position: relative;
        left: 0;
        height: 60px;
        width: 555px;
    }/*--OK--*/
    .actividad .container_ficha {
        height: 428px;
        margin: 0 9%;
        top: 120px;
        width: 74%;
        z-index: 20;
    }
    
    .actividad .image p {
    bottom: 70px;
    }

}

/* estilos palican width < 768px (iPad, Android portrait)*/
@media screen and (max-width: 927px) {
	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */
   
}

/* estilos palican width < 768px (iPad, Android portrait)*/
@media screen and (max-width: 768px) {
	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */
    
}
