.speaker{}
	.speaker p{padding:5px;margin:0px;text-align:center;max-width:90%}
	.speaker .foto{width:200px;height:200px;object-fit:cover;z-index: 1;opacity: 0.8
		border-radius: 66px 8px 22px 22px;
		-moz-border-radius: 66px 8px 22px 22px;
		-webkit-border-radius: 66px 8px 22px 22px;
		
	}
	.speaker .foto:hover{opacity: 1;}
	.logospeaker{z-index: 0;position:absolute;top:25px;left:10%;max-height: 100px;width: auto;}
	.logotipospeaker{
		-webkit-transition: width 2s; /* Safari */
		transition: width 1s;
	}
	.logotipospeaker:hover{
		max-width:400px;
		height:auto;
		max-height: 50px;
		cursor: zoom-in;
	}
	.speaker{
		border-radius: 5px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}
	.speaker{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
	.speaker:hover{
		cursor: zoom-in;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.speaker{max-width:95%;color:rgba(255,255,255,0.8);}
	.speaker p{padding:15px;margin:0px;text-align:center;max-width:90%}
	.speaker img{width:100%;height:auto;border-radius:50px; object-fit:cover}
	.speaker b{color:rgba(255,255,255,0.9)}
	.sombrea2{
		-webkit-box-shadow: -11px 10px 7px -4px rgba(0,0,0,0.17);
		-moz-box-shadow: -11px 10px 7px -4px rgba(0,0,0,0.17);
		box-shadow: -11px 10px 7px -4px rgba(0,0,0,0.17);
	}