


.enlace {
    cursor: pointer;
    color: #c2c2c2;
}





	
button:focus {outline:0;}	

.central{
text-align:center;
margin:10px auto;	
}  

.verde{
	color: #77A126;	
	}


a
{
	color:#c2c2c2;
	-moz-outline-style: none;
	outline: 0;
	border: none;
}

a:hover{
color: #78BFC7;
}




.select-style {
    border: 2px solid #83B22A;
    width: 120px;
    border-radius: 4px;
    padding: 3px;
    overflow: hidden;
    background: #fff;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;   
}

.colorverde{
	color: #77A126;	
	}
	
input[type='checkbox']{
width:20px;	
}

.slider {
  -webkit-appearance: none;
  width: 80%;
  height: 5px;
  border: none;
  border-radius: 5px;   
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover, .slider:focus  {
	background: #fff;
	border: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #7FAC29;
  cursor: pointer;
  border: 2px solid #444;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7FAC29;
  cursor: pointer;
  border: 2px solid #444;
}
 
.estadisticas{
  text-decoration:none;
  margin-left:20px;
}

.col1 {
	float:left;
	/*width:20px;*/
	position:relative;
  overflow:hidden;
  text-align:left;
}

.col2 {
	max-width:90%;
	position:relative;
	padding-left:10px;
	overflow:hidden;
	text-align:left;
}

.radioEncuesta:hover{
cursor:pointer;
color: #522D6D;
	font-weight:bold;
}

.radioEncuestaClaro
{
 		color:#aaa;	
}

#tituloEncuestas
{
   margin: 30px 0px 30px 0px;
   font-size:22px;
   text-align:left;	
}

.contenedorp{
	 text-align: center;
	 max-width:800px;	
	 width: 80%;	 
	 margin:-20px auto 30px auto;
   border: 1px solid #c7c7c7;
   border-bottom: 4px solid #03aacb;
   background: #f7f7f7;	
	 border-radius:8px;
	 padding:20px 40px 20px 40px;
	 color:#444;
	 font-size:15px;
	 font-family: Arial, sans-serif;
}


.tituloEncuestaGeneral
{
	text-align:left;
	font-size: 18px;
	color:#444;
	margin-bottom:20px;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.tituloEncuestaGeneralclaro
{
	text-align:left;
	font-size: 18px;
	color:#aaa;
	margin-bottom:20px;
	 -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;	
}

#btn_enviarEncuesta{
margin-top:40px;	
}

.tituloEncuestaDes{
	text-align:left;
	font-size: 18px;
	color:#444;
		font-weight:bold;
	margin-bottom:20px;
}

.tituloEncuestaGeneral:hover
{
	cursor: pointer;
	color: #522D6D;	
 
}

.opcionesDes
{
	text-align:left;
	font-size: 16px;
	margin-top:5px;
	margin-left:20px;
  color:#444;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.opcionesDes:hover
{
	/*
	cursor: pointer;
	color: #fff;
	*/	
}

input[type="radio"]{
width: 30px;	
cursor:pointer;
}


/***********************/

.button:before, .button:after {
    content: "";
    display: block;
    position: absolute;
}

.button:before {
    z-index: -50;
    width: 60px;
    height: 64px;
    
    margin-top: -15px;
    margin-left: -11px;
    
    background: #666666;
    background: -moz-linear-gradient(left, #666666 0%, #bbbbbb 50%, #666666 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#666666), color-stop(50%,#bbbbbb), color-stop(100%,#666666));
    background: -webkit-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
    background: -o-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
    background: -ms-linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=1 );
    background: linear-gradient(left, #666666 0%,#bbbbbb 50%,#666666 100%);
    box-shadow: #000 0px 0px 2px;
}

  
#contenedorPrincipal {
	width:90%;	
	max-width:450px;
	margin:0px auto;
	background: rgba(0,0,0,.3);
  text-align:center;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:30px 0px 0px 0px;	
	height: 120px;
	overflow:hidden;
}	
	
#contenedorSecundario {
	width:90%;	
	max-width:450px;
	margin:0px auto 20px;
	background: rgba(255,255,255,.1);
  text-align:center;
	color:#222;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:50px 0px 0px 0px;	
}	

#contenedorPrincipal #separador{
display:none;	
}

#contenedorSecundario #separador{
height:1px;
background:#666;
border-top:1px solid #444;
}
	
.boxes {
  display:table;
  width: 100%;
  height: 100%;
  overflow-y:scroll;
}

.box {
  display: table-cell;
  text-align: center;
  vertical-align:middle;  
  background: #1c1e20;
  background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
  background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
  background-color: #2b2b2b; 
}	

.sombra{
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

#titulo{
font-size:24px;
color:hsl(210, 10%, 62%);
margin:20px 0px 30px 0px;
}



.sobre{		 
	 background: #16C0CF;  	 
	 color:#000;
	}	
	

.boton:disabled{
	cursor: auto;
	background: #999;	
	color: #000;
	}
		
	
		
.cajon {
	width:90%;	
	margin:0px auto;
	text-align:left;
	background: rgba(0,0,0,.3);
	border:1px solid #000;
	color:#fff;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;
	border-radius: 10px;
	padding:20px;	
	}	
	
	


    
/*---------------------------------------------------
    PANEL LATERAL
----------------------------------------------------- */
.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s; }

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s; }

.cd-panel.is-visible .cd-panel-close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  -moz-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s; }

.cd-panel.is-visible .cd-panel-close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  -moz-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg); } }
@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(45deg); } }
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }
@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.cd-panel-header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  border-left: 2px solid #444;
  border-bottom: 3px solid #444;
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s; }

.cd-panel-header h1 {
  font-weight: normal;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 20px;
  margin-top: 0px; }

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px; }

.from-right .cd-panel-header {
  right: 0; }

.from-left .cd-panel-header {
  left: 0; }

.is-visible .cd-panel-header {
  top: 0;
  -webkit-transition: top 0.3s 0.3s;
  -moz-transition: top 0.3s 0.3s;
  transition: top 0.3s 0.3s; }

@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-header {
    width: 50%; } }
.cd-panel-close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  content: '';
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #d5ad0e;
  cursor:pointer;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-panel-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .cd-panel-close:hover {
  background-color: #424f5c; }

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.no-touch .cd-panel-close:hover::before {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.no-touch .cd-panel-close:hover::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.85);
  border-left: 2px solid #444;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.from-right .cd-panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.from-left .cd-panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.is-visible .cd-panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%; } }
@media only screen and (min-width: 1170px) {
  .cd-panel-container {
    width: 50%; } }
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%; 
  height: 100%;
  padding: 70px 5% 0px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }

.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0; }

.cd-panel-content p:first-of-type {
  margin-top: 0; }

@media only screen and (min-width: 768px) {
  .cd-panel-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6; } }
    
/*** RATIO ****/

#contenedorAnsolutoRatios{
max-width: 700px;	
width:95%;
margin: 20px auto 20px auto;
height:100%;
}

#contenedorRatios{
display:inline-block;	
width: 90%;
}

.contenedorRatio
{
   display: table; 
   width: 100%;
   max-width: 700px;
   margin: 10px auto;
   height:100%;
   min-height:40px;
   -webkit-border-radius: 8px;
	 -moz-border-radius: 8px;
	 border-radius: 8px;
	 

}

.encabezadoRatio{
display: table-cell;
width:70px;	
height:100%;
vertical-align: middle;	
color:#fff;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
text-align:center;
font-size: 26px;
}

.ratioRatio{
vertical-align: middle;	
display: table-cell;
width: 70px;
padding: 5px 0px 0px 15px;
}

.descripcionRatio{
display: table-cell;
vertical-align: middle;	
padding: 10px 20px;
text-align:left;
font-size: 14px;
background: rgba(255,255,255,.5);
webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
 overflow: hidden;
 text-overflow: ellipsis;
}


.color05, .colorRatio5 { background:#07b1a7; 		stroke: #07b1a7;		}
.color04, .colorRatio4 { background:#efca00;	 	stroke: #efca00;		}
.color03, .colorRatio3 { background:#ef5500;	 	stroke: #ef5500;		}
.color02, .colorRatio2 { background:#4cb626;  	stroke: #4cb626;		}
.color01, .colorRatio1 { background:#008cc9;	 	stroke: #008cc9;		}


#bloqueResultados
{
  display:inline-block;
  width:10px;
  background: #ccc;
  min-height: 60px;
  margin: 10px 20px 0px 0px; 
  opacity:0;
  vertical-align:top;
}

.subbloque{
	 transition: all 2s ease;
	 border: 1px solid #fff;
}


.estiloInfoRatio{
font-size: 14px;
color:#999;
text-align:center;
width:100%;	
margin-top:10px;
}


.circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */ 
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
 // transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.grid{

}

.descripcionCorrecta
{
	background: #b9f3d0;
	 
}

