
.triada{

	
}

.triada .titulo{ font-size:19px; font-weight:600; text-align:center; padding:3px; background-color:#395686; color:#FFF}
.triada .subtitulo{ font-size:13px; font-weight:400; text-align:center; padding:3px; background-color:#4d658c; color:#fff; border-bottom:1px solid #395686}

.triada .figura{ 
	min-height:180px; background-color:#e8edf5; padding:10px; text-align:center ; 	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.triada .poligon{ height:120px; }

.figuretitle{ margin-top:65px; display:inline-block; font-size:12px; max-width:100px; word-break:break-all}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-bottom: 170px solid #395686;
}

.descripcion{ padding:10px; font-size:13px;}

.descripcion ul{ padding:10px; font-size:13px; column-count:1; padding:2px; margin:7px;}
.descripcion ul li{ margin:0px; padding:0px; margin-left:7px;}

.resultado{ padding:2px; background-color:#F5F8FC; text-align:center; color:#69F}
.resultado label{ padding:0; margin:0}

footer{ position:fixed; bottom:0; left:0; right:0; height:45px; background-color:#333}


.sendtomidline{ border-radius:50%; border:0; background-color:#444; color:#FFF; width:60px; height:60px}

.actions button{ transition:all linear 0.1s}

.actions button.minimized{ opacity:0.1}

.actions button.send{ opacity:1; background-color:#390}








