@charset "utf-8";
/* CSS Document */
/*--------------*/
body {
    font-family: "Open Sans",sans-serif;
}

/*-bgColor*/
.bgWhite { background-color: #fff !important;}
.bgWhiteO { background-color: rgba(255,255,255,.8) !important;}
.bgBlack { background-color: #000 !important;}
.bgMagentaDark { background-color: #B5105F !important;}
.bgMagenta { background-color: #c4056c !important;}
.bgBlueDark { background-color: #144b56 !important;}
.bgBlue { background-color: #007a95 !important;}
.bgBlueLight { background-color: #059ba8 !important;}
.bgYellow { background-color: #fbbf16 !important;}
.bgYellowDark { background-color: #f5a91f !important;}
.bgOrange { background-color: #db6a38 !important;}
.bgGreen { background-color: #a0b545 !important;}
.bgGreenDark { background-color: #8ba333 !important;}
.bgPurpleDark{ background-color: #662669 !important;}
.bgPurple { background-color: #6d3c8f !important;}
.bgGrayDark{ background-color: #6F6F6E !important;}
.bgGray { background-color: #B2B2B2 !important;}
.bgAqua { background-color: #0CA4A5 !important;}
.bgCoral { background-color: #ff5a5f !important; }
.bgRed {background-color: #e63946 !important;}
.bgBlueClarito {background-color: #defbff !important;}
.bgBlueMedio {background-color: #4fa8c6 !important;}

/*-txColor*/
.txWhite { color: #fff !important;}
.txMagentaDark { color: #B5105F !important;}
.txMagenta { color: #E2007A !important;}
.txBlueDark { color: #144b56 !important;}
.txBlue { color: #007a95 !important;}
.txBlueLight { color: #059ba8 !important;}
.txYellow { color: #F19b21 !important;}
.txGreen { color: #98bd3d !important;}
.txGrayDark{ color: #6F6F6E !important;}
.txGray { color: #B2B2B2 !important;}


/* positions */
.pAbsolute {
    position: absolute;
}

.pRelative {
    position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
}

.pRelative {
    position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
}

.bRadius {
    border-radius: 4em !important;
    margin-bottom: 2% !important;
}

/*boxBTN: Type01*/

/*.popbtn { 
	display: inline-block; 
	padding: 10% 0 0; 
	text-align: center;
}*/

.popbtn {
	width:100%;
	height: auto;
	margin:1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
}

.popbtn-2 {
	width:100%;
	height: auto;
	margin:1%;
}

.popbtn-izquierda {
	width:100%;
	height: auto;
	margin:1%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap; 
}

.btnBoxPop {
    cursor: pointer;
	width:50px;
    height: 166px;
    position: relative;
    margin: 1%;
    transition: all 0.3s ease 0s;
}

.btnBox5 {
	background: rgb(255,255,0); 
	width: 216px;
	margin:10% 2%;	
}

.btnBox4 { 
	width: 24% !important;
}
.btnBox3 { 
	width: 32% !important;
}
.btnBox2 { 
	width: 40% !important;
}

.last {
    margin-right: 0;
}

.btnBoxPop .icon {
    border: 3px solid #fff;
    border-radius: 200px;
    height: 120px;
    width: 120px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.btnBoxPop-2{
    height:240px;
    width: 240px;
	cursor:pointer;
	margin:2%;
	margin-bottom:2vh;
	}

.btnBoxPop .text {
    color: #fff;
    margin: 85px auto 0;
    padding: 0 5%;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}

/* listbtn */
.listBtn {
    position: relative;
    width: 100%;
}
.listBtn .buttons {
    position: absolute;
}
.listBtn .boxBTN {
    border-radius: 35px;
    cursor: pointer;
    height: 70px;
    margin-bottom: 45px;
    position: relative;
    width: 100%;
}
.listBtn .boxBTN .icon {
    border-radius: 25px;
    float: left;
    height: 50px;
    margin: 10px 20px 0 15px;
    width: 50px;
}
.listBtn .boxBTN .text {
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    margin: 20px 0 0;
}

/* CAMBIOS ACTUALES */
/* estructura.css */

/* table */
.tab table, .tab th, .tab td {
    border: 1px solid #fff;
    border-collapse: collapse;
    font-size: 0.95em;
}
.tab th, .tab td {
    padding: 1em;
}
.tab th {
    cursor: pointer;
}

/* filaflex */
.fila-flex {
    display: flex;
    flex-direction: row;
}
.columna-flex {
	margin-top:8px;

    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
/*.centrar-horizontal {
    justify-content: center;
}*/
.centrar-vertical {
    align-self: center;
}

.matrizPregunta .tabla-3 {
    color: white;
    font-family: "Open Sans",sans-serif;
    font-size: inherit;
    justify-content: center;
    text-align: left;
}

/* arrimg */
.arrimg {}
.arrimg .drag, .arrimg .drop {
    height: 80px !important;
    padding: 15px 90px 15px 15px !important;
    position: relative;
}
.arrimg .drop {
    opacity: 0.95 !important;
}
.arrimg .dropp {
    opacity: 0.8 !important;
}
.arrimg .drag img, .arrimg .drop img {
    height: 120px;
    position: absolute;
    right: -3px;
    top: -20px;
    width: 120px;
}

/* caso POP */
.matrizPregunta .caso {
    background-image: url("../images/interfaz/caso.svg");
    background-size: cover;
    border-radius: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -50px;
    width: 100px;
}

.pCuadro {
	width:80%;
	background: rgb(51,153,153);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:1.2em;
	line-height: 1.5em;
    margin-bottom:2vh;
    padding:30px;
	color:rgb(255,255,255);
	text-align:center;
	border-radius:10px;
	border:5px solid rgb(0,204,204)
}

/*Menú contenidos*/
.menuContenidos {
	width: 720px;
	height: 720px;
	margin:0 auto;
}

.iconoMenu {
	width:250px;
	height:250px;
}

.iconoGrf {
	width:170px;
	height:200px;
}

.iconoRombo {
	width:120px;
	height:120px;
}

.p1 {
	position: relative;
	left: 240px;
    top: -20px;
}

.p2 {
	position: relative;
	left: 220px;
    top: 110px;
}

.p3 {
	position: relative;
	left: 480px;
    top: 140px;
}

.p4 {
	position: relative;
	left: -30px; 
    top: 280px;
}

.p5 {
	position: relative;
	left: -10px; 
    top: -100px;
}

.p6 {
	position: relative;
	left: -270px;
    top: -380px;
}

.p7 {
	position: relative;
	left: -250px;
    top: 60px;
}

.p8 {
	position: relative;
	left: 250px;
    top: 60px;
}

/*------------------------*/

.p9 {
	position: relative;
	left: -60px;
    top: 120px;
}
.p10 {
	position: relative;
	left: 20px;
    top: 60px;
}
.p11 {
	position: relative;
	left: 120px;
    top: 120px;
}

/*------------------------*/

  .p12 {
	position: relative;
	left: -40px;
    top: -40px;
  }
  
  .p13 {
	position: relative;
	left: -200px;
    top: 210px;
  }
  
  .p14 {
	position: relative;
	left: -330px;
    top: 220px;
  }
  
  .p15 {
	position: relative;
	left: 300px;
    top: -30px;
  }
  
  .p16 {
	position: relative;
	left: 130px;
    top: -285px;
  }
  
  .p17 {
	position: relative;
	left: 80px;
    top: -60px;
  }

/*------------------------*/

  .p18 {
	  position: relative;
	  left: 5px;
	  top: 200px;
	}
	
  .p19 {
	position: relative;
	left: 10px;
	top: 50px;
  }
  
  .p20 {
	position: relative;
	left: 95px;
	top: 10px;
  }
  
  .p21 {
	position: relative;
	left: 100px;
	top: 230px;
  }

/*------------------------*/

  .p22 {
	  position: relative;
	  left: 240px;
	  top: 57px;
	}
	
  .p23 {
	position: relative;
	left: -67px;
	top: 240px;
  }
  
  .p24 {
	position: relative;
	left: 174px;
	top: 240px;
  }
  
  .p25 {
	position: relative;
	left: -133px;
	top: 422px;
  }

/*------------------------*/
.cuadro-hito {
	background: rgb(0,153,153);
	color:rgb(255,255,255);
	font-size:1.2em;
	text-align:center;
	padding:20px;
	border-radius:10px;
	margin-top:1vh
}

.imagenCentralEmerge {
	width:40vw !important;
}

.iconoActividad {
	width: 400px;
	height: 300px;
	margin: 0 auto;
}

.graficoBoton {
	list-style-type:none;
}

.graficoBoton ul, li{
	margin:0 !important;
	padding:0 !important;
	display:inline-block;
	
	font-family: open sans;
    font-size: 1.2em;
}


.tablaCont td, th {
	padding:0.8em;
}

.tablaCont ul, li {
	margin: 1em 0;
    padding: 0 0 0 1.2em;
	list-style-type: circle !important;
	
	font-family: open sans;
    font-size: 1.2em;
}

.botoneraMapa {
	width:100%;
	height: auto;
	margin:1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.margenButMap {
	margin-right:3% !important;
}

.boxRound {
	width:200px;
	height:240px;
	border:none;
	position:relative;
	background:none;
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.boxRound:hover {
	opacity: 0.6;
}


@media screen and (max-width: 800px) {
	
	.menuContenidos {
		width: 540px;
		height: 540px;
		margin:0 auto;
	}
	
	.iconoMenu {
		width:200px;
		height:200px;
	}
	
	.iconoGrf {
		width:120px;
		height:150px;
	}
	
	.iconoRombo {
		width:100px;
		height:100px;
	}
	
	.p1 {
		position: relative;
		left: 170px;
		top: -20px;
	}
	
	.p2 {
		position: relative;
		left: 150px;
		top: 80px;
	}
	
	.p3 {
		position: relative;
		left: 360px;
		top: 90px;
	}
	
	.p4 {
		position: relative;
		left: -40px; 
		top: 200px;
	}
	
	.p5 {
		position: relative;
		left: -20px; 
		top: -110px;
	}
	
	.p6 {
		position: relative;
		left: -220px;
		top: -320px;
	}
	
	.p7 {
		position: relative;
		left: -170px;
		top: 10px;
	}
	
	.p8 {
		position: relative;
		left: 170px;
		top: 10px;
	}
	
	/*------------------------*/
	
	.p9 {
		position: relative;
		left: -140px;
		top: 90px;
	}
	.p10 {
		position: relative;
		left: -100px;
		top: 20px;
	}
	.p11 {
		position: relative;
		left: 220px;
		top: -130px;
	}
	
	/*------------------------*/
	
	.p12 {
		position: relative;
		left: -35px;
		top: -50px;
	}
	
	.p13 {
		position: relative;
		left: -160px;
		top: 140px;
	}
	
	.p14 {
		position: relative;
		left: -270px;
		top: 150px;
	}
	
	.p15 {
		position: relative;
		left: 240px;
		top: -55px;
	}
	
	.p16 {
		position: relative;
		left: 115px;
		top: -245px;
	}
	
	.p17 {
		position: relative;
		left: 70px;
		top: -60px;
	}
	
	/*------------------------*/

	.p18 {
		position: relative;
		left: 25px;
		top: 120px;
	  }
	  
	.p19 {
	  position: relative;
	  left: 25px;
	  top: 20px;
	}
	
	.p20 {
	  position: relative;
	  left: 80px;
	  top: -10px;
	}
	
	.p21 {
	  position: relative;
	  left: 80px;
	  top: 140px;
	}
  
  /*------------------------*/

	.p22 {
		position: relative;
		left: 200px;
		top: 47px;
	  }
	  
	.p23 {
	  position: relative;
	  left: -57px;
	  top: 200px;
	}
	
	.p24 {
	  position: relative;
	  left: 144px;
	  top: 200px;
	}
	
	.p25 {
	  position: relative;
	  left: -113px;
	  top: 352px;
	}

/*------------------------*/

	.imagenCentralEmerge {
		width:80vw !important;
	}
	
}

/* ------ -----------------------*/

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


.popbtn {
	width:100%;
	height: auto;
	margin:1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; 
}


.btnBoxPop-2{
    height:240px;
    width: 200px;
	cursor:pointer;
	margin:.8%;
	margin-bottom:2vh;
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

.caja-ima-text-4{
	display:flex;
	flex-wrap:no-wrap;
	flex-direction:row;
	height:100%;
}
	
.caja-interior-8 {
	flex-basis:50%;
    padding:0px 0px 0px 100px;
	align-self: center;
}

.caja-interior-9 {
   flex: 1 1;
	flex-basis:50%;
	text-align:center;
}

.ima-interactiva-4 {
	width:80%;
	height:auto;
	align-self: center;
}


		
	.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}	


@media(max-width:900px){
.caja-ima-text-4{display:flex; flex-wrap:wrap;}
.caja-interior-8 {padding:30px 90px 10px 90px; flex-basis:100%;}
.caja-interior-9 {flex-basis:100%; text-align:center;  padding-right:0px;}
}

	
	
