@charset "utf-8";
/* CSS Document */


/*ENCUESTAS WEB*/
.botones-h {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;   
}

.areaSens {
    width:50px;
    height:50px;
    float: left;
    display: inline-block;
    cursor: pointer;
    border-radius: 100px; 
    background-color: rgba(0,0,0,0.15);
    position: relative;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.areaSens:hover {
    opacity:0.5;
}

/*.visto {
    background-color:rgba(0,0,0,0.4) !important;
}*/

.flechaDe {
    border-bottom: 15px solid transparent;
    border-left: 20px solid #000;
    border-top: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.flechaIz {
    border-bottom: 15px solid transparent;
    border-right: 20px solid rgba(0,0,0,0.3);
    border-top: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.flechaDeBig {
    border-bottom: 40px solid transparent;
    border-left: 20px solid #000;
    border-top: 40px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.pgActual{
	background-color:rgba(255,255,255,0.6);
	font-weight: 800;
}

.instruccion {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
        font-size: 1.3em;
	font-style:italic;
	position: absolute;
}

.italic {
    font-family: 'Open Sans', sans-serif;   
    font-weight: 400;
    font-style:italic;
}

.imgDesc {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 2em;
	margin-top:-1em;
	
	cursor:pointer;
}

.rotuBut {
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 1em;
	color: #fff;
	padding: 10px;
	position:absolute;
	
	border-radius: 20px 0;
}

.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;
}

.tablaCont hr {
	width:80%;
	margin:0.5em auto;
}

.numTablaCont {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 2em;
    line-height: 1.7em;
	text-align:center;
	
	width:50px;
	height:50px;
	border:2px solid #fff;
	color:#fff;
	border-radius:50px;
	margin:0.2em auto;
}

.seccTablaCont {
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 1.2em;
	text-align:center;
	color:#fff;
	line-height:1.2em;
}

.contTablaCont {
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 1em;
	text-align:left;
	color:#fff;
	line-height:1.2em;
}

.icoTablaCont {
	width:80px;
	height:80px;
	margin:0.2em auto;
	border-radius:80px;
	border:4px solid #fff;
}

/*---TABLA GRAFICO CENTRAL---*/

.tablaGrafico {
	display:inline-block;
	width:480px;
	height:480px;
	margin:0 auto;
	text-align:center;
}

.tercioDe {
    width:26%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioDe:hover {
    opacity:0.7;
}

.tercioC {
    width:26%;
    padding: 2%;
    height:auto;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioC:hover {
    opacity:0.7;
}

.tercioIz {
    width:26%;
    padding: 2%;
    height:auto;
    float: right;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioIz:hover {
    opacity:0.7;
}

.mitadV {
    display: block;
    height: 48%;
    width: 96%;
    padding: 2%;
    border-top: 1px solid #ddd;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.mitadV:hover {
    opacity:0.7;
}

.tercioV {
    width: 96%;
    padding: 2%;
    height: 31%;
    position: relative;
    top: 0;
    border-top: 1px solid #ddd;
    display: block;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioV:hover {
    opacity:0.7;
}

.cuarto {
    width:18%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-right: 3%;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.cuarto:hover {
    opacity:0.7;
}

.quinto {
    width:14%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-right: 2%;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.quinto:hover {
    opacity:0.7;
}
        
/*---BOTONES TABLA GRAFICO---*/
.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;
}

.btnCirc {
	width:100px;
	height:100px;
	background-color:rgba(255,255,255,0);
	border-radius:100px;
	cursor:pointer;
	border:none;
	position:relative;
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btnCirc:hover {
	background-color:rgba(255,255,255,0.3);
}

/*---OTROS BOTONES---*/

.mapa {
	width:150px;
	height:137px;
	border:none;
	position:relative;
	box-shadow: 5px 5px 5px #434444;
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.mapa:hover {
	opacity:0.6;
}

/*.botoneraMapa {
	display:inline-block;
	width:100%;
}*/
.botoneraMapa {
	width:100%;
	height: auto;
	margin:1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
/*	flex-wrap: wrap; 
*/}



.margenButMap {
	margin-right:3% !important;
}

/*---Mapas Grandes---*/
.mapaFull {
    display: block;
    width: 330px;
	height: 400px;
	margin:0 auto;
}

/*--------------------*/
.boxRound {
	width:200px;
	height:240px;
	border:none;
	position:relative;
	background:none;
/*	border-radius:30px;
*/	
	
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.boxRound:hover {
	opacity: 0.6;
}

/*--------------------*/
.pin {
    font-family: open sans;
    font-size: 4em;
    font-weight: 900;
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 130px;
    border: 2px solid rgba(255,255,255,0.5);
	
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.pin:hover {
	opacity: 0.6;
}

/*---ICONOS DESCRIPTIVOS---*/

.icoDesc {
	width:130px;
	height:130px;
	border:none;
	position:relative;
	border-radius:130px;
	display:inline-block;
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*--LISTAS---*/

.bullet {
	font-family: 'Open Sans', sans-serif;		
	display:list-item;
	margin-bottom:10px !important;
	margin-left:20px !important;
	list-style-type:disc !important;
	padding-bottom:0.3em !important;
}

.bullet-2 {
	font-family: 'Open Sans', sans-serif;		
	display:list-item;
	margin-bottom:10px !important;
	margin-left:40px !important;
	list-style-type: circle !important;
	padding-bottom:0.3em !important;
}

.chekea {
    display:list-item;
    padding-bottom:0.3em !important;
    list-style-image: url("../images/interfaz/check.svg");
}
	

